Skip to main content

DescribePropertyUserDetail

Description

No description for this api.

Request Method

POST

Request Path

/apsara/route/Sas/DescribePropertyUserDetail

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
IsRootBODYstringNoNo sample value for this parameter.whether to root permission account, value range: 1: means yes 0: indicates no
UserBODYstringNoNo sample value for this parameter.user account name.
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
IpBODYstringNoNo sample value for this parameter.host asset IP.
versionBODYstringNo2016-01-01version of api
GroupIdBODYlongNoNo sample value for this parameter.asset group ID.
RemarkBODYstringNoNo sample value for this parameter.host asset IP or instance name. description supports fuzzy matching.
UuidBODYstringNoNo sample value for this parameter.host asset UUID.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
ExtendBODYstringNoNo sample value for this parameter.Whether to use fuzzy matching search for User parameters, the value range: 1: indicates the use of 0: indicates that is not used
TagIdListStringBODYstringNoNo sample value for this parameter.host asset tag ID.
regionIdBODYstringYesNo sample value for this parameter.region id

Return data

NameTypeSample valueDescription
GroupNamestringno demo valueuser group information.
IsRootstringno demo valuewhether it is a Root permission account.
Userstringno demo valueaccount name.
RequestIdstringno demo valuerequest ID.
PageSizeintegerno demo valuepage displays the maximum number of records.
LastLoginIpstringno demo valuethe IP used for the last login of the account.
Ipstringno demo valuehost asset IP.
Countintegerno demo valuenumber of current page records.
AccountsExpirationDatestringno demo valueaccount expiration time.
InstanceNamestringno demo valuehost instance name.
LastLoginTimestringno demo valuethe last login time of the account.
TotalCountintegerno demo valuetotal number of records returned.
Uuidstringno demo valuehost asset UUID.
CurrentPageintegerno demo valuecurrently returns page number.
Createstringno demo valueinformation reporting time.
PropertyUsersarrayno demo valuehost user account details, see the following parameter description for specific sub-items.
PasswordExpirationDatestringno demo valueaccount password expiration time.

Example

Successful Response example

{
"GroupName":"no demo value",
"IsRoot":"no demo value",
"User":"no demo value",
"RequestId":"no demo value",
"PageSize":"no demo value",
"LastLoginIp":"no demo value",
"Ip":"no demo value",
"Count":"no demo value",
"AccountsExpirationDate":"no demo value",
"InstanceName":"no demo value",
"LastLoginTime":"no demo value",
"TotalCount":"no demo value",
"Uuid":"no demo value",
"CurrentPage":"no demo value",
"Create":"no demo value",
"PropertyUsers":"no demo value",
"PasswordExpirationDate":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}